Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(example): downgrade Kotlin from 1.9.24 to 1.7.10 #2185

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

EchoEllet
Copy link
Collaborator

Description

Downgrade Kotlin from 1.9.24 to 1.7.10 in the example as it is the currently supported version by Flutter.

Using newer Kotlin versions may cause unexpected issues in release mode and other unnoticeable issues.

See the section Flutter tool enforces version requirements on Gradle, AGP, Java, and Kotlin in What's new in Flutter 3.22.

This PR uses a newer unpublished version of desktop_drop to fix this issue that also uses the package web and adds support for WASM.

Type of Change

  • New feature: Adds new functionality without breaking existing features.
  • 🛠️ Bug fix: Resolves an issue without altering current behavior.
  • 🧹 Code refactor: Code restructuring that does not affect behavior.
  • Breaking change: Alters existing functionality and requires updates.
  • 🧪 Tests: Adds new tests or modifies existing tests.
  • 📝 Documentation: Updates or additions to documentation.
  • 🗑️ Chore: Routine tasks, or maintenance.
  • Build configuration change: Changes to build or deploy processes.

@singerdmx singerdmx merged commit d1d2b7b into master Sep 4, 2024
2 checks passed
@EchoEllet EchoEllet deleted the chore/use-default-flutter-kotlin-version-example branch September 5, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants